@charset "UTF-8";
#index .index-banner {
  width: 100%;
  position: relative; }
  #index .index-banner .index-swiper {
    width: 100%;
    position: relative; }
    #index .index-banner .index-swiper .swiper-slide {
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
      #index .index-banner .index-swiper .swiper-slide > img {
        width: 100%;
        opacity: 0; }
    #index .index-banner .index-swiper .swiper-pagination-index {
      bottom: 60px; }
      #index .index-banner .index-swiper .swiper-pagination-index span {
        margin-right: 20px; }
    #index .index-banner .index-swiper .swiper-pagination-bullet {
      width: 38px;
      height: 1px;
      background-color: #333;
      opacity: 1;
      transition: background-color 0.6s; }
    #index .index-banner .index-swiper .swiper-pagination-bullet-active {
      background-color: #fff;
      transition: background-color 0.6s; }
#index .about-us {
  padding: 100px 0;
  background-color: #fff; }
  #index .about-us .about-box {
    margin-top: 75px; }
    #index .about-us .about-box .left {
      width: 47%;
      padding-top: 45px; }
      #index .about-us .about-box .left .top {
        margin-bottom: 35px; }
        #index .about-us .about-box .left .top .t1 {
          font-size: 30px;
          font-weight: bold;
          color: #c21505; }
        #index .about-us .about-box .left .top .t2 {
          color: #b3b3b3;
          font-size: 18px;
          margin-top: 5px; }
      #index .about-us .about-box .left .info {
        color: #666666;
        font-size: 14px;
        line-height: 2em; }
      #index .about-us .about-box .left .more {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        background: #c21505;
        cursor: pointer;
        margin-top: 65px; }
    #index .about-us .about-box .right {
      width: 50%;
      position: relative; }
      #index .about-us .about-box .right .about-swiper {
        width: 100%;
        position: relative; }
        #index .about-us .about-box .right .about-swiper .swiper-slide {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: relative; }
          #index .about-us .about-box .right .about-swiper .swiper-slide > img {
            width: 100%;
            opacity: 0; }
          #index .about-us .about-box .right .about-swiper .swiper-slide .about-cover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1000;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center; }
            #index .about-us .about-box .right .about-swiper .swiper-slide .about-cover p {
              margin-top: 15px;
              color: #fff;
              font-size: 20px; }
        #index .about-us .about-box .right .about-swiper .swiper-pagination-index {
          bottom: 15px; }
          #index .about-us .about-box .right .about-swiper .swiper-pagination-index span {
            margin-right: 10px; }
        #index .about-us .about-box .right .about-swiper .swiper-pagination-bullet {
          width: 38px;
          height: 1px;
          background-color: #333;
          opacity: 1;
          transition: background-color 0.6s; }
        #index .about-us .about-box .right .about-swiper .swiper-pagination-bullet-active {
          background-color: #fff;
          transition: background-color 0.6s; }
      #index .about-us .about-box .right .swiper-button-box {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100px;
        height: 36px;
        z-index: 100000; }
        #index .about-us .about-box .right .swiper-button-box .swiper-button-prev-about {
          width: 50px;
          height: 40px;
          background-image: url("../images/pre.png");
          background-size: 50px 40px;
          background-repeat: no-repeat;
          background-position: center;
          outline: none;
          left: 0; }
          #index .about-us .about-box .right .swiper-button-box .swiper-button-prev-about.swiper-button-disabled {
            background-image: url("../images/next.png");
            transform: rotate(180deg);
            opacity: 1; }
        #index .about-us .about-box .right .swiper-button-box .swiper-button-next-about {
          width: 50px;
          height: 40px;
          background-size: 50px 40px;
          background-image: url("../images/pre.png");
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(180deg);
          outline: none;
          right: 0; }
          #index .about-us .about-box .right .swiper-button-box .swiper-button-next-about.swiper-button-disabled {
            background-image: url("../images/next.png");
            transform: rotate(360deg);
            opacity: 1; }
#index .product-display {
  padding-top: 100px; }
  #index .product-display .display-box {
    margin-top: 60px;
    padding-bottom: 100px; }
    #index .product-display .display-box .product-swiper {
      width: 100%;
      position: relative;
      padding-bottom: 20px; }
      #index .product-display .display-box .product-swiper .swiper-wrapper {
        width: 100%; }
        #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide {
          width: 520px;
          background-size: 520px 100% !important;
          background-repeat: no-repeat;
          background-position: center;
          position: relative; }
          #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide a > img {
            width: 100%;
            opacity: 0; }
          #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide .product-cover {
            position: absolute;
            height: 120px;
            line-height: 120px;
            text-align: center;
            background: rgba(26, 26, 26, 0.5);
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            bottom: 0;
            width: 100%;
            display: none;
            transition: all 0.8s;
            z-index: 1000; }
            #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide .product-cover:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 8px;
              background: #cf0010;
              bottom: -13px;
              left: 0; }
          #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide:hover .product-cover {
            display: block;
            transition: all 0.8s; }
        #index .product-display .display-box .product-swiper .swiper-wrapper .swiper-slide-active .product-cover {
          display: block; }
  #index .product-display .icon-box {
    background: #fff;
    padding: 85px 0 65px; }
    #index .product-display .icon-box .icon-list li {
      width: 19%;
      height: 148px;
      background-image: url("../images/pot.png");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding: 4px 25px 0;
      float: left;
      margin-right: 8%; }
      #index .product-display .icon-box .icon-list li .line {
        width: 100%;
        height: 2px;
        background: #1a1a1a;
        margin-top: 15px;
        margin-bottom: 20px;
        transition: background 0.5s; }
      #index .product-display .icon-box .icon-list li p {
        color: #333;
        font-size: 18px;
        font-weight: bold; }
      #index .product-display .icon-box .icon-list li:last-of-type {
        margin-right: 0; }
      #index .product-display .icon-box .icon-list li:hover .line {
        background: #cf0010; }
      #index .product-display .icon-box .icon-list li:hover p {
        color: #cf0010; }
#index .news-box {
  padding: 100px 0 80px; }
  #index .news-box .news-list {
    margin-top: 55px; }
    #index .news-box .news-list li {
      width: 32%;
      box-sizing: border-box;
      margin-right: 2%;
      background: #fff;
      transition: all 0.5s;
      float: left; }
      #index .news-box .news-list li .pic {
        width: 100%;
        overflow: hidden; }
        #index .news-box .news-list li .pic img {
          width: 100%;
          transition: transform 0.5s ease-out;
          -webkit-transition: transform 0.5s ease-out;
          -moz-transition: transform 0.5s ease-out; }
      #index .news-box .news-list li .info-box {
        padding: 25px 20px 30px; }
        #index .news-box .news-list li .info-box .t1 {
          color: #333333;
          font-size: 18px; }
        #index .news-box .news-list li .info-box .info {
          color: #808080;
          line-height: 2em;
          margin-top: 20px;
          margin-bottom: 20px; }
        #index .news-box .news-list li .info-box .time {
          color: #b3b3b3;
          font-size: 14px; }
      #index .news-box .news-list li:last-of-type {
        margin-right: 0; }
      #index .news-box .news-list li:hover {
        background: #cf0010; }
        #index .news-box .news-list li:hover .pic img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1); }
        #index .news-box .news-list li:hover .info-box .t1, #index .news-box .news-list li:hover .info-box .info, #index .news-box .news-list li:hover .info-box .time {
          color: #fff; }
#index .brand-box {
  padding: 100px 0 70px;
  background: #fff; }
  #index .brand-box .brand-list {
    margin-top: 70px; }
    #index .brand-box .brand-list li {
      width: 20%;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      margin-right: 6.6666667%;
      margin-bottom: 60px;
      float: left;
      transition: all 0.5s; }
      #index .brand-box .brand-list li a {
        display: block;
        width: 100%;
        height: 100%; }
        #index .brand-box .brand-list li a img {
          max-height: 130px;
          width: 100%;
          opacity: 0; }
      #index .brand-box .brand-list li:nth-of-type(4n) {
        margin-right: 0; }
      #index .brand-box .brand-list li:hover {
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); }

.comparison {
  background: #fff;
  border-radius: 20px;
  padding: 70px; }
  .comparison img {
    max-width: 100%; }

.after-sales {
  background: #fff;
  border-radius: 20px;
  padding: 90px 60px 90px 35px; }
  .after-sales .after-cont {
    color: #333;
    text-align: center; }
    .after-sales .after-cont .t1 {
      font-size: 19px;
      margin-bottom: 15px; }
    .after-sales .after-cont .t2 {
      font-size: 13px;
      line-height: 2em; }
    .after-sales .after-cont .code {
      width: 150px;
      margin: 30px auto; }
      .after-sales .after-cont .code img {
        width: 100%; }
  .after-sales .after-list {
    margin-top: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .after-sales .after-list li {
      text-align: center;
      margin-right: 75px; }
      .after-sales .after-list li p {
        margin-top: 15px;
        font-size: 18px;
        color: #333; }
      .after-sales .after-list li:last-of-type {
        margin-right: 0; }

.contact-us {
  padding: 100px 0 70px;
  background: #f5f5f5; }
  .contact-us .title {
    color: #1a1a1a;
    font-weight: bold; }
    .contact-us .title .t1 {
      font-size: 39px; }
    .contact-us .title .t2 {
      font-size: 17px;
      margin-top: 5px; }
    .contact-us .title .left {
      width: calc(100% - 480px); }
    .contact-us .title .right {
      width: 480px; }
  .contact-us .contact-box {
    padding: 50px 50px 55px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 35px; }
    .contact-us .contact-box .left #map {
      width: 800px;
      height: 390px; }
      .contact-us .contact-box .left #map .BMap_cpyCtrl, .contact-us .contact-box .left #map .anchorBL {
        display: none; }
    .contact-us .contact-box .left .map-list {
      display: flex;
      align-items: center;
      margin-top: 25px; }
      .contact-us .contact-box .left .map-list li {
        border-right: 1px solid #e6e6e6;
        text-align: center; }
        .contact-us .contact-box .left .map-list li p {
          margin-top: 10px;
          color: #4d4d4d;
          font-size: 16px; }
.contact-us .contact-box .left .map-list li:nth-of-type(1) p {
  font-size: 26px;
  font-weight: bold;
}
        .contact-us .contact-box .left .map-list li:nth-of-type(1) {
          width: 26%; }
        .contact-us .contact-box .left .map-list li:nth-of-type(2) {
          width: 44%; }
        .contact-us .contact-box .left .map-list li:nth-of-type(3) {
          width: 30%;
          border-right: 0; }
    .contact-us .contact-box form {
      width: 430px; }
      .contact-us .contact-box form input {
        height: 50px;
        background: #f5f5f5;
        border-radius: 6px;
        outline: none;
        border: none;
        padding-left: 10px; }
        .contact-us .contact-box form input::-webkit-outer-spin-button, .contact-us .contact-box form input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          appearance: none; }
      .contact-us .contact-box form .input-box > input {
        width: 100%; }
      .contact-us .contact-box form .input-box .t1 {
        color: #333;
        font-size: 14px;
        margin-bottom: 10px; }
      .contact-us .contact-box form .input-box > textarea {
        width: 100%;
        height: 160px;
        border-radius: 6px;
        background: #f5f5f5;
        padding-left: 10px;
        padding-top: 10px;
        border: none;
        resize: none; }
      .contact-us .contact-box form .input-box .tel-box {
        width: 200px; }
        .contact-us .contact-box form .input-box .tel-box input {
          width: 100%; }
      .contact-us .contact-box form .msg-btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 6px;
        background: #333;
        margin-top: 36px;
        border: none; }

#about .culture-box {
  position: relative;
  width: 100%;
  height: 695px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #about .culture-box .culture-position {
    padding-top: 70px;
    position: absolute;
    top: 0;
    width: 100%; }
    #about .culture-box .culture-position .culture-list {
      margin-top: 70px; }
      #about .culture-box .culture-position .culture-list li {
        width: 19%;
        margin-right: 1.25%;
        background: #fff;
        height: 360px;
        box-sizing: border-box;
        padding-top: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        float: left; }
        #about .culture-box .culture-position .culture-list li img {
          width: 70px; }
        #about .culture-box .culture-position .culture-list li .info {
          margin-top: 45px; }
          #about .culture-box .culture-position .culture-list li .info .t1 {
            color: #333;
            font-size: 24px; }
          #about .culture-box .culture-position .culture-list li .info .t2 {
            color: #808080;
            font-size: 14px;
            margin-top: 5px; }
        #about .culture-box .culture-position .culture-list li .line {
          width: 30px;
          height: 2px;
          background: #e6e6e6;
          margin-top: 30px;
          margin-bottom: 35px; }
        #about .culture-box .culture-position .culture-list li .text {
          color: #333;
          font-size: 14px;
          padding: 0 10px; }
        #about .culture-box .culture-position .culture-list li:nth-of-type(5) {
          margin-right: 0; }
  #about .culture-box > img {
    width: 100%;
    opacity: 0; }
#about .development-box {
  padding: 70px 0 45px;
  background-color: #f2f2f2; }
  #about .development-box .process-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block; }
    #about .development-box .process-box .process-position {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      #about .development-box .process-box .process-position .process-list {
        width: 1480px;
        height: 100%;
        margin: 0 auto;
        position: relative; }
        #about .development-box .process-box .process-position .process-list li {
          position: absolute;
          display: flex;
          align-items: center;
          flex-direction: column; }
          #about .development-box .process-box .process-position .process-list li .circle {
            width: 84px;
            height: 84px;
            line-height: 84px;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            text-align: center; }
          #about .development-box .process-box .process-position .process-list li .info {
            margin-top: 25px;
            text-align: center; }
            #about .development-box .process-box .process-position .process-list li .info p {
              color: #4d4d4d;
              line-height: 1.7em;
              font-size: 16px; }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(1) {
            top: 45%;
            left: 3%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(1) .circle {
              background: rgba(204, 54, 57, 0.9); }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(2) {
            top: 45%;
            left: 21%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(2) .circle {
              background: rgba(26, 26, 26, 0.9); }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(3) {
            top: 27%;
            left: 35%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(3) .circle {
              background: rgba(26, 26, 26, 0.8); }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(4) {
            top: 10%;
            left: 48%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(4) .circle {
              background: rgba(204, 54, 57, 0.9); }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(5) {
            top: 26%;
            left: 62%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(5) .circle {
              background: rgba(26, 26, 26, 0.8); }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(6) {
            top: 42%;
            left: 73%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(6) .circle {
              background: #cc3639; }
          #about .development-box .process-box .process-position .process-list li:nth-of-type(7) {
            top: 32%;
            left: 87%; }
            #about .development-box .process-box .process-position .process-list li:nth-of-type(7) .circle {
              background: rgba(26, 26, 26, 0.9); }
    #about .development-box .process-box img {
      width: 100%;
      opacity: 0; }
  #about .development-box .process-box-m {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: none; }
    #about .development-box .process-box-m img {
      width: 200%; }
#about .qualification-box {
  padding-bottom: 100px;
  background: #f2f2f2; }
  #about .qualification-box .cert-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 80px; }
    #about .qualification-box .cert-nav li {
      width: 200px;
      height: 60px;
      line-height: 60px;
      border: solid 1px #b3b3b3;
      color: #333;
      font-size: 22px;
      text-align: center;
      margin-left: 60px; }
      #about .qualification-box .cert-nav li:nth-of-type(1) {
        margin-left: 0; }
    #about .qualification-box .cert-nav .active {
      width: 200px;
      height: 60px;
      background-color: #cf0010;
      border: solid 1px #cf0010;
      color: #fff; }
  #about .qualification-box .cert-box {
    width: 100%; }
    #about .qualification-box .cert-box .cert-swiper {
      width: 100%; }
      #about .qualification-box .cert-box .cert-swiper .swiper-slide {
        width: 350px !important;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); }
        #about .qualification-box .cert-box .cert-swiper .swiper-slide img {
          width: 100%;
          opacity: 0; }

#product .product-center {
  padding: 75px 0 0px; }
  #product .product-center .product-box {
    width: 100%;
    margin-top: 35px; }
    #product .product-center .product-box .nav {
      width: 100%;
      height: 60px;
      box-sizing: border-box;
      background: #fff;
      padding-left: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #product .product-center .product-box .nav > li {
        height: 60px;
        padding: 0 10px;
        position: relative;
        margin-right: 20px; }
        #product .product-center .product-box .nav > li a {
          width: 100%;
          height: 100%;
          line-height: 60px;
          display: block;
          color: #666666;
          font-size: 22px; }
        #product .product-center .product-box .nav > li .line {
          width: 0;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #be2822;
          transition: width .6s; }
        #product .product-center .product-box .nav > li:hover a {
          color: #be2822; }
        #product .product-center .product-box .nav > li:hover .line {
          width: 100%;
          transition: width .6s; }
        #product .product-center .product-box .nav > li:last-of-type {
          margin-right: 0; }
      #product .product-center .product-box .nav .active a {
        color: #be2822; }
      #product .product-center .product-box .nav .active .line {
        width: 100%; }
    #product .product-center .product-box .clean-list {
      margin-top: 60px; }
      #product .product-center .product-box .clean-list li {
        width: 430px;
        float: left;
        margin-right: 54px;
        margin-bottom: 50px;
        position: relative; }
        #product .product-center .product-box .clean-list li .pic {
          width: 100%;
          z-index: 9;
          position: relative; }
          #product .product-center .product-box .clean-list li .pic img {
            width: 100%;
            overflow: hidden; }
        #product .product-center .product-box .clean-list li .info {
          width: 370px;
          padding: 21px 0;
          box-sizing: border-box;
          background: #fff;
          transition: all .6s;
          margin: 0 auto;
          margin-top: -30px;
          z-index: 10;
          position: relative;
          cursor: pointer; }
          #product .product-center .product-box .clean-list li .info p {
            color: #333;
            font-size: 16px;
            line-height: 1.5em;
            text-align: center; }
        #product .product-center .product-box .clean-list li .mask {
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 110px 75px 40px;
          background: #fff;
          z-index: 100;
          text-align: center;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          #product .product-center .product-box .clean-list li .mask .t1 {
            color: #333;
            font-size: 14px;
            line-height: 1.7em; }
          #product .product-center .product-box .clean-list li .mask .dtl {
            padding: 15px 0;
            width: 100%;
            cursor: pointer;
            text-align: center;
            background-image: linear-gradient(3deg, #bb251f 0%, #f23b34 100%), linear-gradient(#ffffff, #ffffff);
            background-blend-mode: normal, normal;
            box-shadow: 2px 3px 9px 0px rgba(255, 0, 0, 0.06); }
            #product .product-center .product-box .clean-list li .mask .dtl p {
              color: #fff;
              font-size: 20px; }
        #product .product-center .product-box .clean-list li:hover .info {
          background-image: linear-gradient(3deg, #bb251f 0%, #f23b34 100%), linear-gradient(#ffffff, #ffffff);
          background-blend-mode: normal, normal;
          box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.06);
          transition: all .6s; }
          #product .product-center .product-box .clean-list li:hover .info p {
            color: #fff; }
        #product .product-center .product-box .clean-list li:nth-of-type(3n) {
          margin-right: 0; }
    #product .product-center .product-box .list-box {
      margin-top: 45px; }
      #product .product-center .product-box .list-box .list-item {
        width: 100%;
        height: 490px;
        background-color: #fafafa;
        background-image: url("../images/xpz.png");
        background-size: 597px 129px;
        background-repeat: no-repeat;
        background-position: 365px center;
        box-sizing: border-box;
        padding: 0 0px 0 110px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 60px; }
        #product .product-center .product-box .list-box .list-item .left {
          color: #333;
          width: 705px;
          font-size: 50px;
          font-weight: bold; }
          #product .product-center .product-box .list-box .list-item .left p {
            letter-spacing: 5px; }
          #product .product-center .product-box .list-box .list-item .left .t1 {
            font-size: 40px; }
          #product .product-center .product-box .list-box .list-item .left .t2 {
            font-size: 14px;
            line-height: 1.8em;
            font-weight: normal;
            letter-spacing: 1px; }
          #product .product-center .product-box .list-box .list-item .left .mt30 {
            margin-top: 30px; }
          #product .product-center .product-box .list-box .list-item .left a {
            width: 200px;
            height: 50px;
            display: block;
            line-height: 50px;
            text-align: center;
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            margin-top: 70px;
            position: relative;
            border: solid 1px #b3b3b3;
            letter-spacing: 1px; }
            #product .product-center .product-box .list-box .list-item .left a .down {
              position: absolute;
              bottom: -10px;
              width: 40px;
              height: 20px;
              background-color: #fafafa;
              left: 50%;
              transform: translate(-50%);
              display: flex;
              align-items: center;
              justify-content: center; }
              #product .product-center .product-box .list-box .list-item .left a .down img {
                width: 18px;
                transition: transform .6s; }
              #product .product-center .product-box .list-box .list-item .left a .down .active {
                transform: rotate(180deg);
                transition: transform .6s; }
        #product .product-center .product-box .list-box .list-item .right {
          width: 43%;
          position: relative; }
          #product .product-center .product-box .list-box .list-item .right .img-box {
            position: relative;
            padding-bottom: 70%;
            height: 0;
            overflow: hidden; }
            #product .product-center .product-box .list-box .list-item .right .img-box img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
        #product .product-center .product-box .list-box .list-item .right01 {
          width: 490px; }
          #product .product-center .product-box .list-box .list-item .right01 img {
            width: 100%; }
        #product .product-center .product-box .list-box .list-item:first-of-type {
          margin-top: 0; }
      #product .product-center .product-box .list-box .padRight35 {
        padding-right: 35px; }
      #product .product-center .product-box .list-box .down-box {
        background: #fafafa;
        padding: 35px 60px 55px 110px;
        margin-top: 20px;
        display: none; }
        #product .product-center .product-box .list-box .down-box p {
          color: #0f0f0f;
          font-size: 14px;
          letter-spacing: 1px;
          line-height: 1.8em;
          margin-bottom: 10px; }
          #product .product-center .product-box .list-box .down-box p span {
            color: #e60012; }
          #product .product-center .product-box .list-box .down-box p:last-of-type {
            margin-bottom: 0; }
#product .pag {
  padding-top: 0 !important; }
#product .product-detail {
  margin-top: 20px;
  background: #fff;
  padding: 80px 0; }
  #product .product-detail .pro-box .left {
    float: left;
    width: 63.5%; }
    #product .product-detail .pro-box .left .gallery-top {
      width: 67% !important;
      border: 1px solid #b3b3b3;
      float: left;
      position: relative; }
      #product .product-detail .pro-box .left .gallery-top .swiper-slide {
        position: relative;
        padding-bottom: 70%;
        height: 0;
        overflow: hidden; }
        #product .product-detail .pro-box .left .gallery-top .swiper-slide > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #product .product-detail .pro-box .left .gallery-thumbs {
      width: 20% !important;
      float: left;
      margin-left: 5%;
      position: relative; }
      #product .product-detail .pro-box .left .gallery-thumbs .swiper-slide {
        position: relative;
        padding-bottom: 70%;
        height: 0 !important;
        overflow: hidden;
        border: 1px solid #b3b3b3; }
        #product .product-detail .pro-box .left .gallery-thumbs .swiper-slide img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  #product .product-detail .pro-box .right {
    width: 36.5%;
    padding-left: 40px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box; }
    #product .product-detail .pro-box .right .t1 {
      color: #333;
      font-size: 30px;
      font-weight: bold; }
    #product .product-detail .pro-box .right .info {
      color: #808080;
      font-size: 14px;
      line-height: 2em;
      margin-top: 40px; }
  #product .product-detail .pro-detail {
    margin-top: 45px; }
    #product .product-detail .pro-detail .title {
      width: 135px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #333;
      font-size: 18px; }
    #product .product-detail .pro-detail .cont {
      padding: 50px 50px 60px 50px;
      box-sizing: border-box;
      border: 1px solid #b3b3b3; }
      #product .product-detail .pro-detail .cont p {
        line-height: 2em; }
      #product .product-detail .pro-detail .cont img {
        max-width: 100%; }
      #product .product-detail .pro-detail .cont table {
        width: 100%;
        border: 1px solid #333; }
        #product .product-detail .pro-detail .cont table tr, #product .product-detail .pro-detail .cont table th, #product .product-detail .pro-detail .cont table td {
          border: 1px solid #333; }
    #product .product-detail .pro-detail .bottom {
      margin-top: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #product .product-detail .pro-detail .bottom .left p {
        line-height: 2em; }
        #product .product-detail .pro-detail .bottom .left p a {
          color: #333333; }
      #product .product-detail .pro-detail .bottom .left .next {
        color: #888888;
        font-size: 14px; }
        #product .product-detail .pro-detail .bottom .left .next a {
          color: #888888; }
      #product .product-detail .pro-detail .bottom .back {
        width: 60px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #cf0010; }

#brand-news .brand-box {
  padding: 70px 0 0px; }
  #brand-news .brand-box .brand-list {
    margin-top: 50px; }
    #brand-news .brand-box .brand-list li {
      width: 320px;
      height: 215px;
      padding: 5px 20px 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      text-align: center;
      float: left;
      margin-bottom: 25px;
      margin-right: 40px; }
      #brand-news .brand-box .brand-list li .pic {
        width: 100%; }
        #brand-news .brand-box .brand-list li .pic img {
          max-height: 130px;
          width: 100%; }
      #brand-news .brand-box .brand-list li .title {
        margin-top: 20px; }
        #brand-news .brand-box .brand-list li .title .t1 {
          color: #333;
          font-size: 17px; }
        #brand-news .brand-box .brand-list li .title .t2 {
          color: #b3b3b3;
          font-size: 12px;
          margin-top: 10px; }
      #brand-news .brand-box .brand-list li .info {
        color: #808080;
        font-size: 14px;
        line-height: 1.8em;
        margin-top: 30px; }
      #brand-news .brand-box .brand-list li a {
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 40px;
        margin-top: 55px;
        border: solid 1px #b3b3b3;
        transition: all .8s; }
        #brand-news .brand-box .brand-list li a:hover {
          background: #cf0010;
          color: #fff;
          border: solid 1px #cf0010; }
      #brand-news .brand-box .brand-list li:nth-of-type(4n) {
        margin-right: 0; }
#brand-news .news-detail {
  margin-top: 20px;
  margin-bottom: 60px; }
  #brand-news .news-detail .news-content {
    background: #fff;
    box-sizing: border-box; }
    #brand-news .news-detail .news-content .top {
      padding: 45px 0 20px;
      text-align: center;
      border-bottom: 1px solid #ccc; }
      #brand-news .news-detail .news-content .top .tt {
        color: #1a1a1a;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px; }
      #brand-news .news-detail .news-content .top p span {
        color: #999;
        font-size: 14px;
        margin-left: 30px; }
    #brand-news .news-detail .news-content .com-content {
      padding: 45px 100px 100px; }
      #brand-news .news-detail .news-content .com-content p {
        color: #1a1a1a;
        font-size: 14px;
        line-height: 2em;
        text-indent: 2em; }
      #brand-news .news-detail .news-content .com-content .t1 {
        font-size: 18px;
        font-weight: bold; }
      #brand-news .news-detail .news-content .com-content img {
        max-width: 100%;
        height: auto !important; }
    #brand-news .news-detail .news-content .bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 100px 35px;
      box-sizing: border-box; }
      #brand-news .news-detail .news-content .bottom .left {
        line-height: 2.5em;
        color: #333;
        font-size: 14px; }
        #brand-news .news-detail .news-content .bottom .left a {
          color: #333; }
        #brand-news .news-detail .news-content .bottom .left .page-next {
          color: #888;
          font-size: 14px; }
          #brand-news .news-detail .news-content .bottom .left .page-next a {
            color: #888; }
      #brand-news .news-detail .news-content .bottom .right {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color: #aa000d; }

#content-c .make-wash {
  width: 980px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 80px 0px;
  margin: 0 auto; }
  #content-c .make-wash p {
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  #content-c .make-wash .en-tit {
    font-size: 39px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "syhtB";
    text-align: center;
    color: #1a1a1a; }
  #content-c .make-wash .title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
    font-family: "syhtB";
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 35px; }
  #content-c .make-wash .small-tit {
    margin-top: 80px;
    margin-bottom: 24px; }
  #content-c .make-wash .form .item {
    width: 100%;
    height: 120px;
    padding-bottom: 35px; }
    #content-c .make-wash .form .item .item-fl {
      width: calc((100% - 20px) / 2);
      float: left;
      margin-right: 20px; }
      #content-c .make-wash .form .item .item-fl:nth-of-type(even) {
        margin-right: 0px; }
      #content-c .make-wash .form .item .item-fl p {
        height: 26px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 9px;
        text-align: left; }
        #content-c .make-wash .form .item .item-fl p sup {
          font-size: 14px;
          color: #e60012; }
      #content-c .make-wash .form .item .item-fl .select {
        width: 100%;
        height: 50px;
        background: #fff;
        padding-left: 15px;
        text-align: left;
        line-height: 50px;
        box-sizing: border-box;
        position: relative; }
        #content-c .make-wash .form .item .item-fl .select p {
          height: 50px;
          line-height: 50px; }
        #content-c .make-wash .form .item .item-fl .select i {
          width: 16px;
          height: 14px;
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 18px;
          background-image: url(../images/c02.png);
          background-position: center center;
          background-repeat: no-repeat; }
        #content-c .make-wash .form .item .item-fl .select .sele {
          width: 100%;
          height: auto;
          zoom: 1;
          overflow: hidden;
          display: none;
          background: #fff;
          position: absolute;
          top: 50px;
          right: 0px;
          z-index: 99;
          border: 1px #ddd solid;
          box-sizing: border-box;
          user-select: none; }
          #content-c .make-wash .form .item .item-fl .select .sele a {
            width: 100%;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: 0.3s;
            background: #fff;
            display: block;
            text-align: center;
            line-height: 40px;
            font-size: 14px;
            padding: 0 10px; }
            #content-c .make-wash .form .item .item-fl .select .sele a:hover {
              background: #f3f3f3; }
      #content-c .make-wash .form .item .item-fl input {
        width: 100%;
        height: 50px;
        border: none;
        background: #fff;
        padding: 0 10px; }
        #content-c .make-wash .form .item .item-fl input::-webkit-outer-spin-button, #content-c .make-wash .form .item .item-fl input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          appearance: none; }
        #content-c .make-wash .form .item .item-fl input::-webkit-input-placeholder {
          color: #cccccc; }
        #content-c .make-wash .form .item .item-fl input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #cccccc; }
        #content-c .make-wash .form .item .item-fl input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #cccccc; }
        #content-c .make-wash .form .item .item-fl input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #cccccc; }
      #content-c .make-wash .form .item .item-fl .cw {
        display: inline-block;
        margin-right: 20px; }
      #content-c .make-wash .form .item .item-fl input[type="radio"] {
        width: 14px;
        height: 14px;
        padding: 0px;
        border-radius: 50%;
        margin-right: 15px;
        background: #fff;
        outline: none; }
        #content-c .make-wash .form .item .item-fl input[type="radio"]:checked {
          background: #e60012;
          background-size: cover; }
      #content-c .make-wash .form .item .item-fl .yzm {
        width: 100%;
        height: 50px; }
        #content-c .make-wash .form .item .item-fl .yzm input {
          width: calc(100% - 180px);
          margin-right: 20px;
          float: left; }
        #content-c .make-wash .form .item .item-fl .yzm .yzm-img {
          width: 160px;
          height: 50px;
          display: inline-block; }
          #content-c .make-wash .form .item .item-fl .yzm .yzm-img img {
            width: 100%;
            height: 100%; }
      #content-c .make-wash .form .item .item-fl .tishizi {
        margin-top: 5px;
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #f00; }
  #content-c .make-wash .form .item-cw {
    height: auto;
    zoom: 1;
    overflow: hidden; }
  #content-c .make-wash .form p.annotation {
    font-size: 14px !important;
    line-height: 26px; }
    #content-c .make-wash .form p.annotation sup {
      font-size: 14px;
      color: #e60012; }
  #content-c .make-wash .form button {
    width: 320px;
    height: 50px;
    background: #e60012;
    font-size: 14px;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }

#news {
  width: 100%;
  height: auto;
  margin: 80px auto 0; }
  #news h1 {
    width: 100%;
    font-size: 40px;
    color: #1a1a1a;
    text-align: center;
    line-height: 40px;
    margin-bottom: 28px; }
  #news h2 {
    color: #1a1a1a;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px; }
  #news .center .recommon {
    width: 100%;
    height: 400px;
    background: #ffffff;
    display: flex; }
    #news .center .recommon img {
      width: 550px;
      height: 100%; }
    #news .center .recommon div {
      width: calc(100% - 550px);
      height: 100%;
      padding: 60px 123px 60px 40px;
      box-sizing: border-box; }
      #news .center .recommon div h2 {
        text-align: left;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        color: #333333;
        margin-bottom: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #news .center .recommon div span {
        font-size: 14px;
        color: #666666;
        margin-bottom: 40px;
        display: block; }
      #news .center .recommon div p {
        font-size: 14px;
        color: #808080;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      #news .center .recommon div a {
        display: block;
        margin-top: 100px;
        color: #e60012;
        font-weight: bold;
        font-size: 14px; }
  #news .center ul {
    width: 100%;
    height: auto;
    margin-top: 20px; }
    #news .center ul .news-li {
      height: 260px;
      transform: translateX(-20px);
      padding-left: 20px;
      box-sizing: border-box;
      width: calc(100% + 20px);
      background: #f5f5f5;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #d6d6d6;
      transition: all ease 0.5s; }
      #news .center ul .news-li img {
        width: 300px;
        height: 220px; }
      #news .center ul .news-li div {
        width: calc(100% - 300px);
        height: 100%;
        padding: 20px 123px 20px 40px;
        box-sizing: border-box;
        overflow: hidden; }
        #news .center ul .news-li div h2 {
          text-align: left;
          font-size: 20px;
          height: 20px;
          line-height: 20px;
          color: #333333;
          margin-bottom: 20px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-top: 10px;
          margin-bottom: 10px; }
        #news .center ul .news-li div span {
          font-size: 14px;
          line-height: 14px;
          height: 14px;
          color: #666666;
          margin-bottom: 30px;
          display: block; }
        #news .center ul .news-li div p {
          font-size: 14px;
          color: #808080;
          line-height: 28px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        #news .center ul .news-li div a {
          display: block;
          margin-top: 60px;
          color: #666666;
          font-weight: bold;
          font-size: 14px; }
      #news .center ul .news-li:hover {
        background: #ffffff;
        transition: all ease 0.5s;
        box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.06);
        border: none; }

#test {
  width: 100%;
  height: auto;
  margin: 80px auto; }
  #test h1 {
    width: 100%;
    font-size: 40px;
    color: #1a1a1a;
    text-align: center;
    line-height: 40px;
    margin-bottom: 28px;
    font-weight: bold; }
  #test h2 {
    color: #1a1a1a;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold; }
  #test .center {
    width: 1170px;
    height: auto; }
    #test .center ul {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #test .center ul li {
        width: 390px;
        height: 270px;
        padding: 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ffffff; }
        #test .center ul li label {
          width: 100%;
          height: auto;
          display: block;
          margin-bottom: 15px; }
          #test .center ul li label .line {
            width: 50px;
            height: 4px;
            display: block;
            background: #1a1a1a; }
        #test .center ul li h1 {
          width: 100%;
          text-align: left;
          font-size: 30px;
          color: #1a1a1a;
          margin-bottom: 15px; }
        #test .center ul li p {
          width: 100%;
          text-align: left;
          font-size: 14px;
          color: #1a1a1a;
          margin-bottom: 5px; }
    #test .center .serve {
      display: flex;
      width: 100%;
      height: auto;
      justify-content: space-between; }
      #test .center .serve div {
        width: 575px;
        height: 200px;
        background-image: url(../images/imgs113.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        line-height: 200px;
        font-size: 30px;
        color: #ffffff; }

.title-boxc {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  color: #1a1a1a;
  font-family: "syhtB";
  padding-top: 70px; }
  .title-boxc .en-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .title-boxc .ch-title {
    font-size: 30px;
    line-height: 30px; }

#manpower-c .talent-box {
  padding-bottom: 80px; }
  #manpower-c .talent-box .tit {
    width: 1160px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    margin-top: 50px; }
  #manpower-c .talent-box .tale-imgbox {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 55px; }
    #manpower-c .talent-box .tale-imgbox li {
      width: calc((100% - 140px) / 3);
      height: auto;
      zoom: 1;
      float: left;
      margin-right: 70px;
      overflow: hidden; }
      #manpower-c .talent-box .tale-imgbox li:nth-of-type(3n) {
        margin-right: 0px; }
      #manpower-c .talent-box .tale-imgbox li:hover img {
        transform: scale(1.1); }
      #manpower-c .talent-box .tale-imgbox li .tale-top {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        max-height: 240px; }
        #manpower-c .talent-box .tale-imgbox li .tale-top img {
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      #manpower-c .talent-box .tale-imgbox li .tale-bot {
        width: 100%;
        height: 240px;
        background: #fff;
        padding: 40px 45px; }
        #manpower-c .talent-box .tale-imgbox li .tale-bot p {
          font-size: 14px;
          line-height: 26px;
          text-align: center;
          color: #808080; }
        #manpower-c .talent-box .tale-imgbox li .tale-bot .title {
          text-align: center;
          font-size: 20px;
          line-height: 20px; }
        #manpower-c .talent-box .tale-imgbox li .tale-bot .xian {
          width: 35px;
          height: 2px;
          background: #808080;
          margin: 0 auto;
          margin-top: 25px;
          margin-bottom: 35px; }

.talent-job {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .talent-job .job-box {
    margin-top: 45px; }
    .talent-job .job-box li {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      background: #fff;
      border-radius: 4px;
      padding: 40px 40px;
      margin-bottom: 10px; }
      .talent-job .job-box li .job-top {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .talent-job .job-box li .job-top .job-fl p:nth-of-type(1) {
          font-size: 22px;
          line-height: 26px;
          color: #333;
          font-family: "syhtM"; }
        .talent-job .job-box li .job-top .job-fl p:nth-of-type(2) {
          font-size: 13px;
          line-height: 26px;
          color: #808080;
          margin-top: 20px;
          display: flex;
          align-items: center; }
          .talent-job .job-box li .job-top .job-fl p:nth-of-type(2) span {
            margin-right: 20px; }
          .talent-job .job-box li .job-top .job-fl p:nth-of-type(2) i {
            width: 12px;
            height: 14px;
            margin-right: 10px;
            display: inline-block;
            background-image: url(../images/c08.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
        .talent-job .job-box li .job-top .job-fr {
          width: 70px;
          height: 30px;
          padding-top: 11px;
          border: 1px #b3b3b3 solid; }
          .talent-job .job-box li .job-top .job-fr i {
            width: 11px;
            height: 7px;
            margin: 0 auto;
            display: block;
            transition: 0.3s;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../images/c09.png); }
          .talent-job .job-box li .job-top .job-fr .active {
            transform: rotate(180deg); }
      .talent-job .job-box li .job-bot {
        display: none;
        padding-top: 40px; }
        .talent-job .job-box li .job-bot p {
          font-size: 14px;
          line-height: 26px; }
        .talent-job .job-box li .job-bot .title {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 10px; }
        .talent-job .job-box li .job-bot .btn {
          width: 100px;
          height: 30px;
          background: #cf0010;
          color: #fff;
          font-size: 12px;
          line-height: 30px;
          text-align: center;
          margin-top: 25px; }

.join-form {
  width: 600px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 40px; }
  .join-form .line {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
    display: inline-block; }
    .join-form .line .label {
      height: 36px;
      display: inline-block;
      float: left;
      font-size: 16px;
      line-height: 36px; }
    .join-form .line input {
      display: inline-block;
      float: left;
      width: 438px;
      height: 36px;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #f1f5fd;
      padding: 0 10px; }
    .join-form .line textarea {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 1px solid #f1f5fd;
      padding: 10px;
      resize: none; }
    .join-form .line .load {
      width: 438px;
      height: 25px;
      background-color: #fff;
      border: none;
      margin-top: 6px;
      display: inline-block;
      float: left; }
    .join-form .line img {
      display: inline-block;
      margin-left: 10px;
      width: 80px;
      height: 34px; }
    .join-form .line button {
      width: 120px;
      height: 38px;
      border-radius: 4px;
      background-color: #e60012;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      float: right;
      cursor: pointer; }
    .join-form .line.heightauto {
      height: auto; }
    .join-form .line .upload {
      width: 90px;
      height: 34px;
      line-height: 34px;
      background: #e60012;
      font-size: 12px;
      color: #fff;
      cursor: pointer;
      text-align: center;
      border-radius: 4px;
      display: inline-block;
      float: left;
      position: relative; }
      .join-form .line .upload input {
        width: 90px;
        height: 34px;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        cursor: pointer; }
    .join-form .line .desc {
      width: calc(100% - 180px);
      font-size: 12px;
      line-height: 36px;
      color: #333;
      margin-left: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

#search-service {
  width: 100%;
  height: auto;
  margin: 80px auto; }
  #search-service h1 {
    width: 100%;
    font-size: 40px;
    color: #1a1a1a;
    text-align: center;
    line-height: 40px;
    margin-bottom: 28px;
    font-weight: bold; }
  #search-service h2 {
    color: #1a1a1a;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold; }
  #search-service .search-map {
    width: 100%;
    height: 720px;
    position: relative; }
    #search-service .search-map #search-map {
      width: 100%;
      height: 100%; }
    #search-service .search-map .center {
      position: absolute;
      top: 0;
      left: 100px;
      bottom: 0;
      margin: auto;
      overflow: hidden;
      width: 450px;
      display: flex; }
      #search-service .search-map .center .search-box {
        width: 400px;
        height: auto;
        max-height: 600px;
        background: #ffffff;
        margin-top: 50px;
        padding: 30px 0 20px 0;
        box-sizing: border-box;
        border: 1px solid #b3b3b3;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        #search-service .search-map .center .search-box p {
          width: 320px;
          height: auto;
          font-size: 20px;
          font-weight: bold;
          margin: 0 auto 20px; }
        #search-service .search-map .center .search-box select {
          width: 3.18rem;
          height: 0.38rem;
          outline: none;
          /*chrome和FF里面的边框不一样，所以复写下*/
          border: 1px solid #b3b3b3;
          /*将默认的select选择框样式清除*/
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          box-sizing: border-box;
          color: #888888;
          /*在选择框的最右侧中间显示小箭头图片*/
          background: url(../images/imgs2.png) no-repeat right center transparent;
          /*为下拉小箭头留位置，避免被文字覆盖*/
          padding: 0 22px 0 10px;
          margin: 0 auto 20px;
          font-size: 0.14rem; }
        #search-service .search-map .center .search-box .input {
          width: 320px;
          height: 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #f2f2f2;
          font-size: 0.14rem; }
          #search-service .search-map .center .search-box .input label {
            width: 40px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center; }
            #search-service .search-map .center .search-box .input label img {
              width: 0.18rem; }
          #search-service .search-map .center .search-box .input input {
            color: #999999;
            border: none;
            outline: none;
            width: 100%;
            background: #f2f2f2; }
        #search-service .search-map .center .search-box span {
          width: 320px;
          font-size: 18px;
          color: #333333;
          font-weight: bold;
          display: block;
          margin-top: 30px;
          line-height: 18px;
          margin-bottom: 10px; }
        #search-service .search-map .center .search-box ul {
          width: 100%;
          height: 345px;
          overflow: auto;
          border-top: 2px solid #b3b3b3; }
          #search-service .search-map .center .search-box ul li {
            width: 100%;
            height: 114px;
            border: 1px solid #e6e6e6;
            padding: 18px 30px;
            box-sizing: border-box; }
            #search-service .search-map .center .search-box ul li h2 {
              font-size: 16px;
              width: 100%;
              text-align: left;
              color: #333333;
              margin: 0 0 6px 0;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            #search-service .search-map .center .search-box ul li p {
              font-size: 14px;
              color: #b2b2b2;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              margin: 0 0 6px 0; }
              #search-service .search-map .center .search-box ul li p:last-child {
                margin-bottom: 0; }
      #search-service .search-map .center .zhedie {
        width: 400px;
        height: 100px;
        background: #ffffff;
        margin-top: 50px;
        padding: 30px 0;
        box-sizing: border-box;
        border: 1px solid #b3b3b3; }
        #search-service .search-map .center .zhedie .inputs {
          width: 320px;
          height: 40px;
          margin: auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #f2f2f2; }
          #search-service .search-map .center .zhedie .inputs label {
            width: 40px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center; }
            #search-service .search-map .center .zhedie .inputs label img {
              width: 0.18rem; }
          #search-service .search-map .center .zhedie .inputs input {
            color: #999999;
            border: none;
            outline: none;
            width: 100%;
            background: #f2f2f2; }
      #search-service .search-map .center .none {
        display: none; }
      #search-service .search-map .center .btn-flo {
        width: 50px;
        height: 40px;
        margin-top: 80px;
        background-position: center;
        background-size: 18px 10px;
        background-repeat: no-repeat;
        background-color: #ffffff; }

@media screen and (min-width: 1260px) and (max-width: 1420px) {
  #news .center {
    width: 1200px; } }
@media screen and (min-width: 800px) and (max-width: 1259px) {
  #news .center {
    width: 94%; }
    #news .center .recommon {
      width: 100%;
      height: 280px;
      background: #ffffff;
      display: flex; }
      #news .center .recommon img {
        width: 385px;
        height: 100%; }
      #news .center .recommon div {
        width: calc(100% - 385px);
        height: 100%;
        padding: 30px 10px;
        box-sizing: border-box; }

  #test {
    width: 100%;
    height: auto;
    margin: 80px auto; }
    #test .center {
      width: 100%;
      height: auto; }
      #test .center ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px; }
        #test .center ul li {
          width: 390px;
          height: 270px;
          padding: 50px;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: #ffffff; }
      #test .center .serve {
        display: flex;
        width: 780px;
        height: auto;
        margin: auto;
        justify-content: space-between; }
        #test .center .serve div {
          width: 380px;
          height: 132px;
          line-height: 132px; } }
@media screen and (max-width: 799px) {
  #news {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0; }
    #news h1 {
      width: 100%;
      font-size: 0.4rem;
      color: #1a1a1a;
      text-align: center;
      line-height: 0.4rem;
      margin-bottom: 0.28rem; }
    #news h2 {
      color: #1a1a1a;
      font-size: 0.3rem;
      text-align: center;
      width: 100%;
      line-height: 0.3rem;
      margin-bottom: 0.3rem; }
    #news .center {
      width: 94%;
      height: 100%;
      margin: auto; }
      #news .center .recommon {
        width: 100%;
        height: auto;
        flex-wrap: wrap; }
        #news .center .recommon img {
          width: 100%;
          height: 100%; }
        #news .center .recommon div {
          width: 100%;
          height: 100%;
          padding: 0.3rem 0.1rem;
          box-sizing: border-box; }
          #news .center .recommon div h2 {
            font-size: 16px;
            margin-bottom: 0.2rem; }
          #news .center .recommon div span {
            font-size: 0.14rem;
            margin-bottom: 0.4rem; }
          #news .center .recommon div p {
            font-size: 0.14rem;
            line-height: 0.28rem; }
          #news .center .recommon div a {
            margin-top: 0.5rem;
            font-size: 0.14rem; }
      #news .center ul {
        width: 100%;
        height: auto;
        margin-top: 0.2rem; }
        #news .center ul .news-li {
          height: auto;
          padding-left: 0;
          width: 100%;
          flex-wrap: wrap;
          transition: all ease 0.5s;
          transform: translateX(0);
          margin-top: 0.2rem;
          border: none; }
          #news .center ul .news-li img {
            width: 100%;
            height: auto; }
          #news .center ul .news-li div {
            width: 100%;
            height: 100%;
            padding: 0.2rem 0.1rem 0.2rem 0.1rem;
            background: #fff; }
            #news .center ul .news-li div h2 {
              font-size: 16px;
              line-height: 20px;
              color: #333333;
              margin-bottom: 0.2rem;
              margin-top: 0.1rem;
              margin-bottom: 0.1rem; }
            #news .center ul .news-li div span {
              font-size: 0.14rem;
              line-height: 0.14rem;
              height: 0.14rem;
              margin-bottom: 0.3rem; }
            #news .center ul .news-li div p {
              font-size: 0.14rem;
              line-height: 0.28rem; }
            #news .center ul .news-li div a {
              margin-top: 0.3rem;
              font-size: 0.14rem; }

  #test {
    width: 100%;
    height: auto;
    margin: 0.6rem auto; }
    #test h1 {
      width: 100%;
      font-size: 0.4rem;
      line-height: 0.4rem;
      margin-bottom: 0.28rem; }
    #test h2 {
      font-size: 0.3rem;
      width: 100%;
      line-height: 0.3rem;
      margin-bottom: 0.3rem; }
    #test .center {
      width: 94%;
      height: auto; }
      #test .center ul {
        width: 100%;
        margin-bottom: 0.2rem; }
        #test .center ul li {
          width: 50%;
          height: 2.7rem;
          padding: 0.5rem; }
          #test .center ul li label {
            width: 100%;
            margin-bottom: 0.15rem; }
            #test .center ul li label .line {
              width: 0.5rem;
              height: 0.04rem; }
          #test .center ul li h1 {
            font-size: 0.3rem;
            margin-bottom: 0.15rem; }
          #test .center ul li p {
            width: 100%;
            font-size: 0.14rem;
            margin-bottom: 0.05rem; }
      #test .center .serve {
        display: flex;
        width: 100%; }
        #test .center .serve div {
          width: 49%;
          height: 2rem;
          line-height: 2rem;
          font-size: 0.3rem; }

  #search-service {
    width: 100%;
    height: auto;
    margin: 0.6rem auto; }
    #search-service h1 {
      width: 100%;
      font-size: 0.4rem;
      color: #1a1a1a;
      text-align: center;
      line-height: 0.4rem;
      margin-bottom: 0.28rem; }
    #search-service h2 {
      font-size: 0.3rem;
      line-height: 0.3rem;
      margin-bottom: 0.3rem; }
    #search-service .search-map {
      height: auto; }
      #search-service .search-map #search-map {
        height: 7.2rem; }
      #search-service .search-map .center {
        position: static;
        margin: auto;
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: center; }
        #search-service .search-map .center .search-box {
          width: 60%;
          height: auto;
          max-height: 7rem;
          background: #ffffff;
          margin-top: 0.5rem;
          padding: 0.3rem 0 0.2rem 0; }
          #search-service .search-map .center .search-box p {
            width: 84%;
            height: auto;
            font-size: 0.2rem;
            font-weight: bold;
            margin: 0 auto 0.2rem; }
          #search-service .search-map .center .search-box select {
            width: 84%;
            height: 0.38rem;
            padding: 0 0.2rem 0 0.1rem;
            margin: 0 auto 0.2rem; }
          #search-service .search-map .center .search-box .input {
            width: 84%;
            height: 0.4rem; }
            #search-service .search-map .center .search-box .input label {
              width: 0.4rem;
              height: 100%; }
          #search-service .search-map .center .search-box span {
            width: 84%;
            font-size: 0.18rem;
            color: #333333;
            font-weight: bold;
            display: block;
            margin-top: 0.3rem;
            line-height: 0.18rem;
            margin-bottom: 0.1rem; }
          #search-service .search-map .center .search-box ul {
            width: 100%;
            height: 3.9rem;
            overflow: auto;
            border-top: 2px solid #b3b3b3; }
            #search-service .search-map .center .search-box ul li {
              width: 100%;
              height: 1.4rem;
              border: 1px solid #e6e6e6;
              padding: 0.1rem 0.3rem;
              box-sizing: border-box; }
              #search-service .search-map .center .search-box ul li h2 {
                font-size: 0.16rem;
                width: 100%;
                text-align: left;
                color: #333333;
                margin: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
              #search-service .search-map .center .search-box ul li p {
                font-size: 0.14rem;
                margin: 0; }
                #search-service .search-map .center .search-box ul li p:last-child {
                  margin-bottom: 0; }
        #search-service .search-map .center .zhedie {
          width: 4rem;
          height: 1rem;
          background: #ffffff;
          margin-top: 0.5rem;
          padding: 0.3rem 0; }
          #search-service .search-map .center .zhedie .inputs {
            width: 3.2rem;
            height: 0.4rem;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f2f2f2; }
            #search-service .search-map .center .zhedie .inputs label {
              width: 0.4rem;
              height: 100%;
              display: inline-flex;
              justify-content: center;
              align-items: center; }
        #search-service .search-map .center .btn-flo {
          width: 50px;
          height: 40px;
          margin-top: 0.7rem;
          background-position: center;
          background-size: 18px 10px;
          background-repeat: no-repeat;
          background-color: #ffffff; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
